<go>

List of tags

Summary:
Declares a 'go' task, indicating navigation to a new URI. If the URI names a WML card or deck, the execution of the task will cause that item to be displayed. This task executes a 'push' operation on the browser's history stack.

Attributes:
NameData typeMandatoryDefaultDescription
idStringX A unique name for the tag within the deck
classStringX A name of a class of which the tag is a member
hrefHREF  Specifies the destination URI
sendrefererBooleanXfalse If true, the request for the new URI will contain the URI of the deck containing this task - this can then be used for server-based access control
methodMETHODXget Specifies the HTTP submission method. Possible values are 'POST' (submission data included in request) or 'GET' (submission data appended as a query to the URI requested)
accept-charsetStringXunknown Specifies the list of character encodings for data that the origin server must accept when processing input. The value of this attribute is a comma- or space-separated list of character encoding names

Nested tags:
<postfield> <setvar>